github.com/klauspost/compress/flate.fastEncL5Window.bTable (field)
17 uses
github.com/klauspost/compress/flate (current package)
level5.go#L319: bTable [tableSize]tableEntryPrev
level5.go#L339: for i := range e.bTable[:] {
level5.go#L340: e.bTable[i] = tableEntryPrev{}
level5.go#L356: for i := range e.bTable[:] {
level5.go#L357: v := e.bTable[i]
level5.go#L369: e.bTable[i] = v
level5.go#L414: lCandidate := e.bTable[nextHashL]
level5.go#L418: eLong := &e.bTable[nextHashL]
level5.go#L429: eLong := &e.bTable[nextHashL]
level5.go#L448: eLong := &e.bTable[nextHashL]
level5.go#L458: lCandidate = e.bTable[nextHashL]
level5.go#L462: eLong := &e.bTable[nextHashL]
level5.go#L513: eLong := e.bTable[hash7(load6432(src, sAt), tableBits)].Cur.offset
level5.go#L574: eLong := &e.bTable[hash7(cv, tableBits)]
level5.go#L580: eLong = &e.bTable[hash7(cv, tableBits)]
level5.go#L594: eLong := &e.bTable[hash7(cv, tableBits)]
level5.go#L608: eLong := &e.bTable[prevHashL]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |